home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_023 / ver30 / version.c < prev    next >
C/C++ Source or Header  |  1992-05-06  |  600b  |  24 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        Version stamp.
  4.  * Version:    30
  5.  * Last edit:    14-Feb-86
  6.  * By:        rex::conroy
  7.  *        decvax!decwrl!dec-rhea!dec-rex!conroy
  8.  *
  9.  * This file contains the string(s)
  10.  * that get written out by the show version command.
  11.  * Rich had it generated by a command file. I do
  12.  * it manually, until I can figure out a way to get
  13.  * the MicroEMACS version number generated in a
  14.  * reasonable (automatic) manner. Perhaps a program
  15.  * that reads "things2do.txt".
  16.  */
  17. #include    "def.h"
  18.  
  19. char    *version[] = {
  20.     "MicroEMACS version 30",
  21.     "Source from REX::USER$A:[CONROY.HACKING.MINIEMACS]",
  22.     NULL
  23. }; 
  24.